CE Gobi SDK  2.14
GobiApi
QmiDMSSWI.h
1 /*===========================================================================
2 FILE:
3  QmiDMSSWI.h
4 
5 DESCRIPTION:
6  Sierra wireless specific QMI Device Management Service APIs. Service type 0x02
7 
8 Copyright (C) 2015 Sierra Wireless Incorporated. All rights reserved.
9  Sierra Wireless Proprietary/GTDR
10 ==========================================================================*/
11 
12 #ifndef __QMI_DMS_SWI_H__
13 #define __QMI_DMS_SWI_H__
14 /*=========================================================================*/
15 // Definitions
16 /*=========================================================================*/
17 
22 
23 /*=========================================================================*/
24 // Structs
25 /*=========================================================================*/
26 #ifdef __cplusplus
27  extern "C" {
28 #endif
29 
30 #ifdef __cplusplus
31  };
32 #endif
33 
34 /*=========================================================================*/
35 // Prototypes
36 /*=========================================================================*/
48 IMPORTGOBI ULONG GOBICMAPI DMSSWIGetFSN(ULONG *dwFSNLen, char* szFSN);
49 
50 
51  // End of DMS SWI group
53 #endif
IMPORTGOBI ULONG GOBICMAPI DMSSWIGetFSN(ULONG *dwFSNLen, char *szFSN)